Skip to content

Commit

Permalink
set ziparchivereader performance test to pending
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Mar 15, 2024
1 parent 02baf70 commit a6c882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FsSpreadsheet.Net.Tests/ZipArchiveReader.fs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let tests_Read = testList "Read" [
open FsSpreadsheet.Net

let performanceTest = testList "Performance" [
testCase "BigFile" <| fun _ ->
ptestCase "BigFile" <| fun _ ->
let readF() = FsWorkbook.fromXlsxFile(DefaultTestObject.BigFile.asRelativePath) |> ignore
let refReadF() = FsWorkbook.fromXlsxFile(DefaultTestObject.BigFile.asRelativePath) |> ignore
Expect.isFasterThan readF refReadF "ZipArchiveReader should be faster than standard reader"
Expand Down

0 comments on commit a6c882c

Please sign in to comment.