Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 14, 2021
1 parent f8b87d4 commit 3fc03d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stats/env_dev/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ import { getGroupsCount, getClusterSizes } from './size.js'
// - This is also dependent on time
// Due to each of those being roughly normal, the resulting distribution tends
// to be lognormal.
// The environment variation can have many causes:
// - Small changes due to OS optimization and caching
// - Bigger temporary slowdowns due to recurring OS background processes
// - Temporary slowdowns due to other programs on the machine either:
// - Left in background
// - Interacted with by user while benchmark is running
// The environment also depends on some global state which can arbitrarly change
// - For example: OS upgrades, different machines, etc.
// - This cannot be fixed with `envDev` but instead by:
Expand Down

0 comments on commit 3fc03d2

Please sign in to comment.