Conservative MP Danny Kruger defects to Reform UK
US says it will press ahead with TikTok ban if China doesn't drop tariff, tech demands - Reuters
When is the Budget and what might be in it?
Conor McGregor ends bid to be Irish president
El maquinista del Alvia en ‘Salvados’: “Llevé yo el tren, pero podía haberlo llevado otro. Me tocó la china”
US, China close to TikTok deal but it could depend on trade concessions, Bessent says - Reuters
Rubio meets Netanyahu to discuss fallout from Israel's Qatar strike
'A heart as big as his smile' - Hatton's family pay tribute
Behind the Curtain: Four ominous trends tearing America apart - Axios
Starmer facing leadership questions after Mandelson sacking
Heidelberger and Solenis develop barrier coating process for paper packaging
Retailers warn 400 big UK shops could shut over rates hike
UK and US unveil nuclear energy deal ahead of Trump visit
Map Shows States Where Homes Take Shortest—and Longest—to Sell
Bharti big shots storm BT boardroom after £3.6B raid
These Stocks Are Moving the Most Today: Nvidia, Warner Bros., Gemini Space Station, Tesla, Corteva, and More
Morocco's quake survivors demand more help as World Cup spending ramps up
The New Threat Facing Active Fund Managers
Elon Musk could become the world's 1st trillionaire. Here's the effect it could have
Nvidia Broke Antitrust Law, China Says, as Tensions With U.S. Mount
Desafiando el miedo en los campos de California, la zona cero de la mayor paradoja migratoria de Trump
US military officers pay surprise visit to Belarus to observe war games with Russia - Reuters
China says preliminary probe shows Nvidia violated anti-monopoly law - Reuters
Kirk suspect 'not co-operating' with authorities, governor says
A record number of Congressional lawmakers aren't running for reelection in 2026. Here's the list - NPR
Rubio, in Israel, Meets Netanyahu as Trump Grows Impatient - The New York Times
Russia warns Europe: we will go after any state which takes our assets - Reuters
Última hora del conflicto en Oriente Próximo, en directo | Al menos 20 muertos este lunes en la Ciudad de Gaza, 9 de ellos mujeres y niños
Lawmakers are weighing a farm labor bill. Pennsylvania's farmers are telling them to hurry up. - Politico
Turkey court delays ruling on opposition leader amid political crisis - Reuters
Brazil's Lula hits back at Trump over Bolsonaro trial and tariffs
Russia revives barter trade to dodge Western sanctions - Reuters
Oil edges up after attacks on Russian energy facilities - Reuters
La emotiva carta de despedida de Juanes a su madre: “A veces siento que se llevó todo. Será imposible acostumbrarme”
Cash for speeches and big wins for The Pitt and The Studio - Emmys highlights
'Have you ever seen anything like that?' Simbu wins marathon by 0.03 seconds
Rheinmetall agrees to buy warship maker NVL in latest expansion push - Reuters
The World Cup's final four - and how England can beat them
The investigation into Charlie Kirk’s killing continues. Here’s what we know - CNN
GB's Caudery injured in pole vault warm-up
Trump vows national emergency in Washington, DC over ICE dispute - Reuters
US and China hold second day of trade talks as TikTok deadline looms
UK and US unveil nuclear energy deal ahead of Trump visit
Qatar hosts Arab-Islamic emergency summit over Israeli strike on Doha
Eagles beat Chiefs again & overtime epic in Dallas
Scheffler warms up for Ryder Cup with PGA Tour win
Aldi warns food prices may rise if Budget lifts costs
Rising seas will threaten 1.5 million Australians by 2050 - report
Caudery suffers injury heartbreak in Tokyo
Oakland comedian’s blunt response to Charlie Kirk’s killing: ‘I won’t be gaslit’ - San Francisco Chronicle
2 men arrested in Utah after explosive device found under news vehicle - Axios
Man Utd have 'got worse' under Amorim - Rooney
Hochul, Van Hollen back Zohran Mamdani as senator slams ‘spineless’ Democrats - The Washington Post
El Gobierno prepara unos Presupuestos expansivos con alzas en sueldos públicos, pensiones y defensa
Qué revelan los datos de los aviones de la OTAN sobre el derribo de los drones rusos
Watch: Soda truck falls into sinkhole in Mexico City
Kash Patel criticized for his actions and posts during Charlie Kirk shooting investigation - NBC News
US farmers are being squeezed - and it's testing their deep loyalty to Trump
Fox News’ Brian Kilmeade says comment about killing mentally ill homeless people an ‘extremely callous remark’ - CNN
Why hackers are targeting the world's shipping
Boss of degrading sex-trade ring in Dubai's glamour districts unmasked by BBC
Is Man Utd's 'shoehorned' team selection costing them?
Separar deporte y política, una mala idea
El significado global de la rebelión de Madrid
La Vuelta y la hora decisiva en la Gran Vía
'There is, and always will be, only one Ricky Hatton'
Phillipson urges Labour to remain united
Kirk’s death reinvigorates Republicans’ redistricting race
We will never surrender our flag, Sir Keir Starmer says
Robinson tapping into disquiet in the country, says minister
Deadline klimaatdoelen komt dichterbij, maar veel klimaatbeleid geschrapt
¿Quiénes son los nuevos votantes de Vox? Datos por edad, sexo y clase social
First sick children have left Gaza for UK - Cooper
Migrant return flights to France set to start next week
Starmer defended Mandelson after officials knew about Epstein emails, BBC understands
SP wil regeren in 'sociaal kabinet' met in ieder geval GL-PvdA en CDA
Rising cost of school uniform is scary, says mum
‘A uniquely dangerous time?’: The aftermath of Charlie Kirk's killing | The Conversation
Tech Now
Millions missing out on £24bn of benefits and government support, analysis suggests
Blue states shunned the National Guard. Tennessee governor is taking a different approach.
Some Jaguar Land Rover suppliers 'face bankruptcy' due to cyber attack crisis
AstraZeneca pauses £200m Cambridge investment
Kabinet: verplichte zzp-verzekering kan goedkoper bij latere uitkering
Hundreds of families to get school uniform cash
Farage insists he has no financial stake in Clacton home
UK economy saw zero growth in July

Measuring computer performance has never been a one-number affair, yet the industry has repeatedly tried to reduce it to a headline metric. Early eras prized MIPS and clock speed, then HPC crowned FLOPS, and now users compare gaming frame times, web responsiveness, and battery life. Each shift mirrors a deeper technological change: from single-core CPUs to heterogeneous systems, from local disks to cloud services, and from batch throughput to interactive latency. Understanding how and why benchmarks evolved reveals not only what computers do well, but also why traditional metrics often fail to predict real-world experience.

Performance metrics matter because computers have become both more diverse and more specialized over time. A desktop rendering frames, a phone loading a web page, and a data center serving millions of queries emphasize different bottlenecks. As architectures added more cores, wider vectors, larger caches, and accelerators, a single scalar number stopped mapping cleanly to user-perceived speed. The evolution of benchmarks tracks these shifts and explains how measurement can guide, or mislead, design and purchasing decisions.

MIPS, or millions of instructions per second, captured early attention because it was simple and seemingly comparable. In practice, an instruction on one ISA can do more or less work than on another, making cross-architecture MIPS comparisons misleading. Compiler quality, instruction mix, and microarchitectural features like out-of-order execution and caches all move MIPS in ways that barely relate to task completion time. The industry learned that IPC and clock rate alone do not determine how quickly a given workload finishes.

FLOPS rose to prominence in high-performance computing because many scientific codes are dominated by floating-point math. Benchmarks like LINPACK optimized for dense linear algebra became the basis for the TOP500 list, rewarding machines that push extreme FP throughput. That emphasis catalyzed vector units and GPU acceleration, but it also highlighted a gap: many HPC workloads are limited by memory bandwidth and latency, not raw FLOPS. Efforts like HPCG emerged to represent more memory-bound patterns, reminding practitioners that peak rates matter only when a program can feed the math units.

Application-focused suites tried to balance comparability and realism. SPEC CPU standardized compiler flags and workloads to compare integer and floating-point performance across generations, while SPECjbb and SPECjEnterprise stressed Java servers and middleware. Database benchmarks such as TPC-C and TPC-H measured throughput and analytical performance, influencing storage layouts, caching strategies, and concurrency control. These suites improved rigor and reproducibility, yet vendors still tuned aggressively for them, sometimes yielding spectacular scores that did not translate into better performance on a customer’s actual mix of queries and data.

On client systems, synthetic microbenchmarks gave way to scenario-driven tests that mirror daily use. Web responsiveness is captured by harnesses like Speedometer, which exercise DOM updates, timers, and JavaScript engines across frameworks. Content creation and productivity rely on tools like Cinebench and PCMark to represent rendering, encoding, and office workflows, while cross-platform tests such as Geekbench aim for portability at the cost of strict workload control. Storage and memory enter the picture more visibly too, as random I/O latency, queue depth behavior, and cache misses can dominate experiences like launching apps or compiling code.

Gaming benchmarks underscore why averages can hide the story. Frames per second offer a quick gauge, but frame time distributions, 1% lows, and 0.1% lows reveal stutter and pacing issues that players actually notice. Modern engines juggle asset streaming, shader compilation, physics, and AI across CPU threads and GPU queues, so bottlenecks shift scene by scene. API choices and driver maturity matter, and technologies like DirectStorage change whether performance is bound by the GPU, CPU, or storage.

A system that posts a high average FPS but suffers erratic frame times will feel worse than a lower-FPS machine with consistent pacing. Traditional metrics often fail because real workloads stress the whole system, not just a single unit of compute. Throughput and latency pull in different directions, and tail latency—those p95 and p99 delays—can define user satisfaction or breach service-level objectives. Mobile and data center platforms also live under power and thermal budgets, making performance per watt, sustained speed, and throttling behavior as important as peaks.

The memory wall, Amdahl’s Law, operating system scheduling, and background tasks further blur the line between a chip’s theoretical capability and the time it takes to finish a job. A better approach combines rigor with relevance. Representative, end-to-end scenarios alongside targeted microbenchmarks expose where the bottlenecks are and how improvements translate to user outcomes. For AI, MLPerf categorizes training and inference across models and datatypes, while in gaming, publishing frame time traces with clear settings and capture methods builds trust.

For general computing, measures like time-to-first-interaction, compile-time to completion, or battery-normalized throughput often align with what people actually value. No single score can summarize all of this, but a transparent suite of metrics can clarify trade-offs and guide both design and purchasing with fewer surprises.