Skip to content

Commit 9424d22

Browse files
committed
Clarify timeline of goals in the README
1 parent 09691b6 commit 9424d22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Typically a benchmark reports either the amount of work done over a constant amo
1212
Benchmarks are often categorized based on their origin. Two such buckets are (1) codes written with the intent of being user facing (common paths in library code, a typical application usage, etc) and (2) codes written specifically to benchmark some important or common code construct or platform feature. WasmScore does not aim to favor either of these benchmarking buckets as both are valuable for the evaluation of standalone Wasm performance depending on what you want to test and what you are trying to achieve.
1313

1414
## Benchmark principles
15-
WasmScore aims to serve as a standalone benchmark that:
15+
WasmScore aims to serve as a standalone Wasm benchmark and benchmarking framework that:
1616
- Is convenient to build and run with useful and easy to interpret results.
1717
- Is portable, enabling cross-platform comparisons.
1818
- Provides a breadth of coverage for typical current standalone use cases and expected future use cases.
@@ -26,13 +26,13 @@ Any number of test can be created but "wasmscore" is the initial and default tes
2626
- AI: (Coming)
2727
- Regex: (Coming)
2828

29-
## Q4 Plan
29+
## 2023 Q4 Goals
3030
Next steps include:
3131
- Improving stability and user experience
3232
- Adding benchmarks to the AI, Regex, and APP suites
3333
- Adding more benchmarks
3434
- Complete the SIMD test
35-
- Publish a list of planned milestone
35+
- Publish a list of planned milestone with corresponding releases
3636

3737
## Usage
3838

0 commit comments

Comments
 (0)