Skip to content

Commit 770d5b6

Browse files
authored
fix link in benchmark readme (#1176)
1 parent 1baf35c commit 770d5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This suite implements the benchmarks described in this spec: https://docs.google.com/document/d/1x7dCHHx_owOFYIPZ6VQwPerSWRhdkMSiepyFrNSFlLw/edit#
1+
This suite implements the benchmarks described in this spec: https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.md
22

33
# Compiling
44
Configure the C++ driver to build with C++17 or newer and build the `microbenchmarks` target.
@@ -29,4 +29,4 @@ used.
2929
At this point, bson_decoding has not been added to the benchmarking suite due to the fact that
3030
extended_bson has not been added to the C++ driver (CXX-1241).
3131

32-
Also note that the BSONBench tests are implemented to mirror the C driver's interpretation of the spec.
32+
Also note that the BSONBench tests are implemented to mirror the C driver's interpretation of the spec.

0 commit comments

Comments
 (0)