X-Git-Url: http://nitlanguage.org diff --git a/tests/bench_seq.nit b/tests/bench_seq.nit index 560a8a2..8e83868 100644 --- a/tests/bench_seq.nit +++ b/tests/bench_seq.nit @@ -39,3 +39,4 @@ if args.not_empty then nb = args.first.to_i test_list(new Array[Int], nb) test_list(new List[Int], nb) test_list(new UnrolledList[Int], nb) +test_list(new CircularArray[Int], nb)