Skip to content

Commit

Permalink
drop deprecated stopwatch for new stopwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Nov 8, 2017
1 parent a3c5157 commit f1fb260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/idstore/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ IDStore openStore(T, U...)(U args) {
version(unittest) {
void test(DB, T...)(string testid, T args) {
import std.file : remove, exists;
import std.datetime : benchmark, Duration;
import std.datetime.stopwatch : benchmark;
import std.datetime : Duration;
import std.range : iota, zip, enumerate;
import std.array : array, empty;
import std.algorithm : map, reduce, sort, setDifference, equal;
Expand Down

0 comments on commit f1fb260

Please sign in to comment.