mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
update
This commit is contained in:
@@ -21,12 +21,12 @@ Describe "Tests" {
|
|||||||
$timer.TotalMilliseconds | should BeLessThan 1000
|
$timer.TotalMilliseconds | should BeLessThan 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
It "Should read larger xlsx < 2000 milliseconds" {
|
It "Should read larger xlsx, 4k rows 1 col < 1500 milliseconds" {
|
||||||
$timer = Measure-Command {
|
$timer = Measure-Command {
|
||||||
$null = Import-Excel $PSScriptRoot\LargerFile.xlsx
|
$null = Import-Excel $PSScriptRoot\LargerFile.xlsx
|
||||||
}
|
}
|
||||||
|
|
||||||
$timer.TotalMilliseconds | should BeLessThan 2000
|
$timer.TotalMilliseconds | should BeLessThan 1500
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user