The start-up creating science kits for young Africans
More people using family help than Buy Now Pay Later loans
Starbucks to sell majority stake in China business in $4bn deal
Budget will be 'fair' says Reeves as tax rises expected
S&P 500, Nasdaq end higher on Amazon-OpenAI deal; Fed path forward grows murky - Reuters
Trump Administration Live Updates: White House Says It Will Make Only Partial SNAP Payments This Month - The New York Times
Wheat Rallies on Monday, with Chinese Interest Rumored
Starbucks to sell majority stake of China business to Boyu
Starbucks to Sell 60% of Its China Business to a Private Equity Firm
Starbucks sells 60% stake in China business in $4 billion deal
Microsoft $9.7 billion deal with IREN will give it access to Nvidia chips
Cattle Rally on Monday
Satellite maker Uspace pivots to AI applications at new tech centre in Shenzhen
Questrade gets approval to launch new bank in Canada
Here's How Much You Would Have Made Owning Curtiss-Wright Stock In The Last 15 Years
Anthropic announces a deal with Cognizant, under which Cognizant will deploy Claude to its 350,000 employees and co-sell Claude models to its business customers
Who has made Troy's Premier League team of the week?
US to pay reduced food aid benefits, but warns of weeks or months of delay - Reuters
Saudi Crown Prince bin Salman will visit Trump on Nov 18, White House official says - Reuters
Palantir forecasts fourth-quarter revenue above estimates on solid AI demand - Reuters
Online porn showing choking to be made illegal, government says
What can you read into the Premier League table after 10 games?
Worker pulled from partially collapsed medieval tower in Rome
China academic intimidation claim referred to counter-terrorism police
US flight delays spike as air traffic controller absences increase - Reuters
Five key moments from Trump’s ‘60 Minutes’ interview - The Washington Post
Oscar-nominated actress Diane Ladd dies at 89
Trading Day: Economic reality damps AI, deals optimism - Reuters
2 Dearborn men charged in alleged Halloween terror plot targeting Ferndale - WXYZ Channel 7
Se derrumba parte de la Torre medieval de los Conti, en el Foro de Roma
Muere a los 89 años la actriz Diane Ladd, la madre malvada de ‘Corazón salvaje’
Rangers 'remain unsatisfied' after SFA referee talks
Hillsborough victims failed by the state, says PM
Education Department sued over controversial loan forgiveness rule - Politico
Earl ready and willing to start as England centre
Supreme Court cannot stop all of Trump's tariffs. Deal with it, officials say - Reuters
Tesla sued by family who says faulty doors led to wrongful deaths from fiery crash - Reuters
Federal workers' union president says he spoke to Dems after calling for shutdown end
Why is there a no confidence motion in the education minister?
La ONU alerta de que la hambruna se extiende en Sudán
ANP-prognose: D66 blijft na tellen briefstemmen grootste, maar blijft op 26 zetels
Agony for families as landslide death toll climbs in Uganda and Kenya
Trump administration will tap emergency fund to pay partial food stamp benefits
Guinea's coup leader enters presidential race
Labour MPs back gambling tax to fight child poverty
A juicio la pregunta universal: ¿Quién te lo dijo?
D66 ziet Wouter Koolmees graag als verkenner
Cloud startup Lambda unveils multi-billion-dollar deal with Microsoft - Reuters
Government disappointed by unexpected O2 price rise
Trump prepara una nueva misión para enviar tropas estadounidenses a México
Ukraine to set up arms export offices in Berlin, Copenhagen, Zelenskiy says - Reuters
What the latest polls are showing in the Mamdani vs Cuomo NYC mayoral race - Al Jazeera
ChatGPT owner OpenAI signs $38bn cloud computing deal with Amazon
Vox aparta a Ortega Smith de la portavocía adjunta del Congreso
'He gets a warm welcome from me' - Slot on Alexander-Arnold
Rail security to be reviewed after train stabbings
Jamaica's hurricane aftermath 'overwhelming', Sean Paul says
Trump says it would be "hard" to give money to NYC if Mamdani is elected, bristles at Cuomo's "crazy" claim about sending in tanks - CBS News
Google owner Alphabet to tap US dollar, euro bond markets - Reuters
Huge tax cuts not currently realistic, Farage says
Three climbers dead and four missing after Nepal avalanche
Adeia sues AMD for patent infringement over semiconductor technology - Reuters
Ben Shapiro blasts ‘intellectual coward’ Tucker Carlson amid staff shakeup at Heritage
El PSOE exige el cese inmediato de una asesora del alcalde de Badajoz por sus mensajes homófobos en redes sociales
New CR date under discussion, Johnson says - Politico
Antarctic glacier's rapid retreat sparks scientific 'whodunnit'
Record field goal & flying touchdowns in NFL's plays of the week
Kimberly-Clark to buy Tylenol-maker for more than $40bn
Trump says it would be 'hard for me' to fund New York City if Mamdani becomes mayor
Trump endorses dozens ahead of Tuesday elections — but doesn’t name Earle-Sears
Israeli military's ex-top lawyer arrested over leak of video allegedly showing Palestinian detainee abuse
Do Bills have blueprint to beat Chiefs? Best of NFL week nine
Conservative Party nearly ran out of money, says Badenoch
Agent arrested after player 'threatened with gun'
When will a winner be named in N.J.’s governor race? New law will make vote count faster. - NJ.com
There's more that bonds us than separates us - Southgate
Vue cinema boss: I don't see streaming as the competition
America is bracing for political violence — and a significant portion think it’s sometimes OK
Mazón dimite y apela a Vox para pactar un presidente interino de la Generalitat: “Ya no puedo más”
Credit scores to include rental payments, says major ratings agency
Will Alexander-Arnold show what Liverpool are missing on return?
China to ease chip export ban in new trade deal, White House says
'No idea who he is,' says Trump after pardoning crypto tycoon
China intimidated UK university to ditch human rights research, documents show
La infobesidad, una epidemia silenciosa
Alberto Casas, físico: “El libre albedrío es una ilusión creada por nuestro cerebro. Todo lo que va a suceder está ya escrito”
Trump tariffs head to Supreme Court in case eagerly awaited around the world
Will AI mean the end of call centres?
Shein accused of selling childlike sex dolls in France
GOP leaders denounce antisemitism in their ranks but shift blame to Democrats
Football Manager has finally added women's teams after 20 years. I put the game to the test
Military homes to be renovated in £9bn government plan
Democrats are searching for their next leader. But they still have Obama.
Trump tells Ilhan Omar to leave the country
The New Jersey bellwether testing Trump’s Latino support
Van PVV naar D66, van NSC naar CDA: de kiezer was deze week flink op drift
China to loosen chip export ban to Europe after Netherlands row
From MIPS to Frame Times: Measuring Performance That Actually Matters

How we measure computer performance has evolved from counting instructions and floating-point operations to profiling entire user experiences. Early metrics like MIPS and FLOPS offered tidy numbers, but they often misrepresented real workloads where memory, I/O, and software behavior dominate. Modern benchmarks span SPEC suites, database transactions, browser responsiveness, and gaming frame times, reflecting a landscape where CPUs, GPUs, storage, and networks interact. Understanding why traditional metrics sometimes fail—and how newer methods address those gaps—helps engineers and users choose systems that perform well in practice, not just on paper.

Performance matters because computing is now defined by responsiveness, efficiency, and scale as much as by raw speed. A laptop that compiles code quickly but stutters during video calls feels slow, and a server that shines in synthetic benchmarks may miss service-level objectives under mixed traffic. The shift from single, homogeneous workloads to heterogeneous, concurrent tasks exposes limits in one-number summaries. Measuring what users actually experience requires metrics that reflect the whole system, not just a chip’s theoretical peak.

MIPS, or millions of instructions per second, once promised a simple yardstick, but instructions vary dramatically in complexity and usefulness across architectures. A program dominated by simple integer operations can inflate MIPS while doing less real work than a different program with fewer, heavier instructions. Dhrystone-style tests boosted headline MIPS by encouraging compilers to optimize away meaningful computation, revealing how easily synthetic loops diverge from practical software. As superscalar and out-of-order designs arrived, the gap widened between counted instructions and the true throughput of useful work.

FLOPS quantify floating-point throughput and remain vital in scientific and engineering computing, especially for GPUs. The LINPACK benchmark popularized by the TOP500 list measures dense linear algebra, but it overstates performance for memory- and communication-bound applications. Complementary suites like HPCG emphasize memory access patterns and interconnect behavior, offering a more realistic view of high-performance systems. In machine learning, MLPerf evaluates both training and inference across models and hardware, reflecting that mixed precision, tensor units, and software stacks can matter as much as raw FLOPS.

System-level benchmarks emerged to bridge the gap between microbenchmarks and real workloads. SPEC CPU measures single-thread speed and throughput across standardized integer and floating-point programs, while SPECpower introduces energy as a first-class metric. Transactional benchmarks like TPC-C and analytical counterparts such as TPC-DS reflect database behavior under concurrency, logging, and complex queries. General suites like PCMark and cross-platform tests like Geekbench and Cinebench add breadth, but differences in compilers, libraries, and tuning flags still shape results and require transparent methodologies.

Microarchitectural realities often dominate performance more than nominal metrics indicate. Instructions per cycle (IPC), cache hit rates, branch prediction accuracy, and memory latency can bottleneck workloads long before ALUs or tensor cores reach their peaks. The roofline model shows how arithmetic intensity and memory bandwidth constrain attainable performance, explaining why raising clock speed or FLOPS alone may not move the needle. Power limits and thermal throttling further bind sustained throughput, so performance per watt and steady-state behavior matter as much as short bursts.

Gaming benchmarks illustrate the shift from average speed to experienced smoothness. Frames per second gives a coarse picture, but frame-time distributions and percentiles (such as 1% and 0.1% lows) surface stutter that averages conceal. Modern engines juggle CPU simulation, GPU rendering, shader compilation, and asset streaming, so performance depends on APIs, drivers, and storage as much as on silicon. Resolution and settings change whether a title is CPU- or GPU-bound, and technologies like shader precompilation and variable rate shading can alter results more than clock speeds suggest.

Traditional metrics fall short when systems are heterogeneous, software-driven, and sensitive to latency. A database with great average throughput can still miss deadlines due to p99 tail latency from garbage collection, I/O hiccups, or noisy neighbors in the cloud. A browser benchmark like Speedometer measures interactive responsiveness that neither MIPS nor FLOPS capture, highlighting JavaScript engines, JIT compilers, and DOM performance. In mobile devices, dynamic voltage and frequency scaling, background tasks, and thermal envelopes shape real responsiveness, meaning identical chips can feel different depending on firmware and cooling.

Better evaluation starts by aligning metrics with goals and measuring full-stack behavior. Representative workloads, repeatable setups, and transparent tuning reduce the gap between benchmark scores and production outcomes. Triangulating with microbenchmarks, application benchmarks, and observability data—such as performance counters and tail latency—yields a more faithful picture. The result is performance that users actually notice: consistent frame pacing, stable service latencies, and efficient power use rather than just a bigger number on a spec sheet.