This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
cs-codex-dist-tests
mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
Watch
1
Star
0
Fork
You've already forked cs-codex-dist-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
581cc80d5d
cs-codex-dist-tests
/
Tests
/
CodexLongTests
/
Parallelism.cs
7 lines
90 B
C#
Raw
Normal View
History
Unescape
Escape
Logging upload/download times and adds performance threshold assertions to large-file tests.
2023-06-07 06:30:10 +00:00
using
NUnit.Framework
;
[assembly: LevelOfParallelism(1)]
Restores project references.
2023-09-20 08:59:52 +00:00
namespace
CodexLongTests
Logging upload/download times and adds performance threshold assertions to large-file tests.
2023-06-07 06:30:10 +00:00
{
}